home *** CD-ROM | disk | FTP | other *** search
/ 501 Great Games / 501 Great Games - Volume One (2001)(Guildhall Leisure Services).iso / PENCILS1 / _SETUP.1 / CALENDAR.EXE / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  1998-06-29  |  6KB  |  278 lines

  1. object Form1: TForm1
  2.   Left = 257
  3.   Top = 173
  4.   Width = 626
  5.   Height = 476
  6.   HelpContext = 1
  7.   HorzScrollBar.Visible = False
  8.   BorderIcons = [biSystemMenu]
  9.   Caption = 'Calendar'
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   Menu = MainMenu1
  16.   Position = poScreenCenter
  17.   OnActivate = FormActivate
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Month: TLabel
  22.     Left = 8
  23.     Top = 3
  24.     Width = 30
  25.     Height = 13
  26.     Caption = 'Month'
  27.   end
  28.   object Year: TLabel
  29.     Left = 208
  30.     Top = 3
  31.     Width = 22
  32.     Height = 13
  33.     Caption = 'Year'
  34.   end
  35.   object Image2: TImage
  36.     Left = 368
  37.     Top = 8
  38.     Width = 200
  39.     Height = 32
  40.     AutoSize = True
  41.     Picture.Data = {<image001.bmp>}
  42.     Visible = False
  43.   end
  44.   object Image3: TImage
  45.     Left = 294
  46.     Top = 24
  47.     Width = 60
  48.     Height = 57
  49.     AutoSize = True
  50.     Picture.Data = {<image002.bmp>}
  51.     Visible = False
  52.   end
  53.   object Image4: TImage
  54.     Left = 384
  55.     Top = 0
  56.     Width = 60
  57.     Height = 60
  58.     AutoSize = True
  59.     Picture.Data = {<image003.bmp>}
  60.     Visible = False
  61.   end
  62.   object Image5: TImage
  63.     Left = 200
  64.     Top = 0
  65.     Width = 60
  66.     Height = 61
  67.     AutoSize = True
  68.     Picture.Data = {<image004.bmp>}
  69.     Visible = False
  70.   end
  71.   object Edit1: TEdit
  72.     Left = 240
  73.     Top = 0
  74.     Width = 41
  75.     Height = 21
  76.     TabOrder = 0
  77.     Text = '1997'
  78.     OnChange = Edit1Change
  79.   end
  80.   object UpDown1: TUpDown
  81.     Left = 281
  82.     Top = 0
  83.     Width = 15
  84.     Height = 21
  85.     Associate = Edit1
  86.     Min = 1900
  87.     Max = 2200
  88.     Position = 1997
  89.     TabOrder = 1
  90.     Thousands = False
  91.     Wrap = False
  92.   end
  93.   object ComboBox1: TComboBox
  94.     Left = 48
  95.     Top = 0
  96.     Width = 145
  97.     Height = 21
  98.     ItemHeight = 13
  99.     TabOrder = 2
  100.     OnChange = ComboBox1Change
  101.   end
  102.   object Panel1: TPanel
  103.     Left = 5
  104.     Top = 24
  105.     Width = 610
  106.     Height = 402
  107.     BevelInner = bvLowered
  108.     Color = clWhite
  109.     TabOrder = 3
  110.     object Image1: TImage
  111.       Left = 2
  112.       Top = 2
  113.       Width = 606
  114.       Height = 398
  115.       Align = alClient
  116.     end
  117.     object Image6: TImage
  118.       Left = 184
  119.       Top = 96
  120.       Width = 60
  121.       Height = 60
  122.       AutoSize = True
  123.       Picture.Data = {<image005.bmp>}
  124.       Visible = False
  125.     end
  126.     object Image7: TImage
  127.       Left = 290
  128.       Top = 98
  129.       Width = 60
  130.       Height = 60
  131.       AutoSize = True
  132.       Picture.Data = {<image006.bmp>}
  133.       Visible = False
  134.     end
  135.   end
  136.   object Memo1: TMemo
  137.     Left = 144
  138.     Top = 440
  139.     Width = 185
  140.     Height = 89
  141.     TabOrder = 4
  142.     Visible = False
  143.   end
  144.   object MainMenu1: TMainMenu
  145.     Left = 592
  146.     Top = 65528
  147.     object File1: TMenuItem
  148.       Caption = '&File'
  149.       ShortCut = 0
  150.       object New1: TMenuItem
  151.         Caption = '&New'
  152.         HelpContext = 5
  153.         ShortCut = 0
  154.         OnClick = New1Click
  155.       end
  156.       object Open1: TMenuItem
  157.         Caption = '&Open'
  158.         HelpContext = 5
  159.         ShortCut = 0
  160.         OnClick = Open1Click
  161.       end
  162.       object Save1: TMenuItem
  163.         Caption = '&Save'
  164.         HelpContext = 5
  165.         ShortCut = 0
  166.         OnClick = Save1Click
  167.       end
  168.       object SaveAs1: TMenuItem
  169.         Caption = 'Save &As'
  170.         HelpContext = 5
  171.         ShortCut = 0
  172.         OnClick = SaveAs1Click
  173.       end
  174.       object N1: TMenuItem
  175.         Caption = '-'
  176.         ShortCut = 0
  177.       end
  178.       object Print1: TMenuItem
  179.         Caption = '&Print'
  180.         HelpContext = 6
  181.         ShortCut = 0
  182.         OnClick = Print1Click
  183.       end
  184.       object PageSetup1: TMenuItem
  185.         Caption = 'P&rinter Setup'
  186.         HelpContext = 6
  187.         ShortCut = 0
  188.         OnClick = PageSetup1Click
  189.       end
  190.       object N2: TMenuItem
  191.         Caption = '-'
  192.         ShortCut = 0
  193.       end
  194.       object Exit1: TMenuItem
  195.         Caption = 'E&xit'
  196.         HelpContext = 1
  197.         ShortCut = 0
  198.         OnClick = Exit1Click
  199.       end
  200.     end
  201.     object Calendar1: TMenuItem
  202.       Caption = '&Calendar'
  203.       ShortCut = 0
  204.       object AddLabel1: TMenuItem
  205.         Caption = 'Add &Label'
  206.         HelpContext = 3
  207.         ShortCut = 0
  208.         OnClick = AddLabel1Click
  209.       end
  210.       object EditLabels1: TMenuItem
  211.         Caption = '&Edit Labels'
  212.         HelpContext = 4
  213.         ShortCut = 0
  214.         OnClick = EditLabels1Click
  215.       end
  216.       object Title1: TMenuItem
  217.         Caption = '&Title'
  218.         HelpContext = 3
  219.         ShortCut = 0
  220.         OnClick = Title1Click
  221.       end
  222.       object CalendarCharacters1: TMenuItem
  223.         Caption = 'Calendar &Characters'
  224.         ShortCut = 0
  225.         OnClick = CalendarCharacters1Click
  226.       end
  227.       object N3: TMenuItem
  228.         Caption = '-'
  229.         ShortCut = 0
  230.       end
  231.       object GenerateCalendar1: TMenuItem
  232.         Caption = '&Generate Calendar'
  233.         HelpContext = 2
  234.         ShortCut = 0
  235.         OnClick = GenerateCalendar1Click
  236.       end
  237.     end
  238.     object Help1: TMenuItem
  239.       Caption = '&Help'
  240.       ShortCut = 0
  241.       object Contents1: TMenuItem
  242.         Caption = '&Index'
  243.         ShortCut = 112
  244.         OnClick = Contents1Click
  245.       end
  246.       object ABout1: TMenuItem
  247.         Caption = '&About the Calendar'
  248.         ShortCut = 0
  249.         OnClick = ABout1Click
  250.       end
  251.     end
  252.   end
  253.   object psetup: TPrinterSetupDialog
  254.     Left = 368
  255.     Top = 480
  256.   end
  257.   object PrintDialog1: TPrintDialog
  258.     Left = 56
  259.     Top = 448
  260.   end
  261.   object OpenDialog1: TOpenDialog
  262.     DefaultExt = 'cal'
  263.     FileEditStyle = fsEdit
  264.     Filter = 'Calendar files|*.cal|All files|*.*'
  265.     Options = [ofHideReadOnly, ofFileMustExist]
  266.     Left = 432
  267.     Top = 432
  268.   end
  269.   object SaveDialog1: TSaveDialog
  270.     DefaultExt = 'cal'
  271.     FileEditStyle = fsEdit
  272.     Filter = 'Calendar Files|*.cal|All files|*.*'
  273.     Options = [ofHideReadOnly]
  274.     Left = 488
  275.     Top = 432
  276.   end
  277. end
  278.